pspdisplay_kernel.h File Reference

Go to the source code of this file.

Defines

#define sceDisplaySetFrameBufferInternal   sceDisplay_driver_63E22A26
#define sceDisplayGetFrameBufferInternal   sceDisplay_driver_5B5AEFAD

Functions

void sceDisplay_driver_63E22A26 (int pri, void *topaddr, int bufferwidth, int pixelformat, int sync)
 Display set framebuf.
int sceDisplay_driver_5B5AEFAD (int pri, void **topaddr, int *bufferwidth, int *pixelformat, int *unk1)
 Get Display Framebuffer information.


Define Documentation

#define sceDisplayGetFrameBufferInternal   sceDisplay_driver_5B5AEFAD
 

#define sceDisplaySetFrameBufferInternal   sceDisplay_driver_63E22A26
 


Function Documentation

int sceDisplay_driver_5B5AEFAD int  pri,
void **  topaddr,
int *  bufferwidth,
int *  pixelformat,
int *  unk1
 

Get Display Framebuffer information.

Parameters:
pri - Priority
topaddr - pointer to void* to receive address of start of framebuffer
bufferwidth - pointer to int to receive buffer width (must be power of 2)
pixelformat - pointer to int to receive one of PspDisplayPixelFormats.
unk1 - pointer to int, receives unknown, always 1? (vblank sync?)

void sceDisplay_driver_63E22A26 int  pri,
void *  topaddr,
int  bufferwidth,
int  pixelformat,
int  sync
 

Display set framebuf.

Parameters:
pri - Priority
topaddr - address of start of framebuffer
bufferwidth - buffer width (must be power of 2)
pixelformat - One of PspDisplayPixelFormats.
sync - One of PspDisplaySetBufSync


Generated on Tue Nov 21 11:46:04 2006 for pspsdk-1.0+beta2 by  doxygen 1.4.6